func crypto/tls.curveForCurveID
7 uses
crypto/tls (current package)
handshake_client.go#L175: if _, ok := curveForCurveID(curveID); !ok {
handshake_client_tls13.go#L333: if _, ok := curveForCurveID(curveID); !ok {
handshake_server_tls13.go#L232: if _, ok := curveForCurveID(ecdhGroup); !ok {
key_agreement.go#L181: if _, ok := curveForCurveID(curveID); !ok {
key_agreement.go#L296: if _, ok := curveForCurveID(curveID); !ok {
key_schedule.go#L164: curve, ok := curveForCurveID(curveID)
key_schedule.go#L172: func curveForCurveID(id CurveID) (ecdh.Curve, bool) {
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |